'Declaration Public Overloads Shared Function ParseExact( _ ByVal value As String, _ ByVal formats() As String _ ) As SQLiteDateTime
public static SQLiteDateTime ParseExact( string value, string[] formats )
Parameters
- value
- The System.String to be parsed.
- formats
- The array of System.String formats that describe elements contained within value.
Return Value
a SQLiteDateTime structure equal to the date represented by the specified System.String.